Skip to content

Commit

Permalink
Added .idea to .gitignore; Changed skeleton class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpojka committed Mar 25, 2020
1 parent 1e4ba64 commit 188f5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ vendor
phpcs.xml
phpunit.xml
.phpunit.result.cache
.idea
2 changes: 1 addition & 1 deletion src/SkeletonClass.php → src/Airtable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Beachcasts\Airtable;

class SkeletonClass
class Airtable
{
/**
* Create a new Skeleton Instance
Expand Down

0 comments on commit 188f5fa

Please sign in to comment.