Welcome Guest, Not a member yet? Register   Sign In
How to use package composer in controller (jasig\phpcas))
#2

You are trying to access the phpCAS class in the context of the App\Controllers namespace.
That's why you're getting the error.

PHP Code:
// before class
use phpCas
// or use backslash
-> \phpCas::client() 
Reply


Messages In This Thread
RE: How to use package composer in controller (jasig\phpcas)) - by iRedds - 05-23-2022, 11:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB