Skip to content

Commit

Permalink
Merge pull request #1 from Tpojka/master
Browse files Browse the repository at this point in the history
Added .idea to .gitignore; Changed skeleton class name
  • Loading branch information
adamculp authored Mar 25, 2020
2 parents 1e4ba64 + 188f5fa commit 11a9c20
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 11a9c20

Please sign in to comment.