Skip to content

Commit

Permalink
Replace class name strings to static class names
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Mar 5, 2022
1 parent e41f79b commit 8499fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Settings extends Model
{
public $implement = ['System\Actions\SettingsModel'];
public $implement = [\System\Actions\SettingsModel::class];

// A unique code
public $settingsCode = 'igniter_broadcast_settings';
Expand Down

0 comments on commit 8499fcc

Please sign in to comment.